home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1994 April
/
Inside Multimedia CD-ROM (April 1994).iso
/
prg
/
gs
/
gs250.exe
/
EPS2PCXM.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-11-27
|
222 b
|
13 lines
@echo off
if "%1"=="" goto HELP
gs386 -sDEVICE=pcxmono -sOutputFile=%1.PCX -r300 %1.EPS
goto END
:HELP
echo.
echo Syntax is
echo.
echo EPS2PCXM File
echo.
echo Converts File.EPS in File.PCX with 2 colors
:END